Mesh Process Node ============================ Often, polygon meshes contain sparse points, relying more on polygons to represent surfaces. The Mesh Process Node processes an input polygon mesh and generates a point cloud that can be used for finding model features. .. image:: Images/mesh_process/mesh_process.png :align: center Two process types are available: * Generate Cloud: Generates a dense cloud of the mesh's surface * Generate Edge: Generates a point cloud with the mesh's edges .. image:: Images/mesh_process/cloud.png :align: center .. image:: Images/mesh_process/edge.png :align: center Input -------------------- * Model Mesh: A polygon mesh Output ---------------------- * cloud: point cloud or edge cloud converted from polygon mesh * mass center: mass center of the result point cloud